Skip to content

Conversation

@Twixes
Copy link
Member

@Twixes Twixes commented Jan 16, 2026

Problem

Running + debugging Array wasn't built-in.

Changes

Added .vscode/launch.json with configurations for debugging both the main and renderer processes and .vscode/tasks.json with build and start tasks to support debugging:

Screenshot 2026-01-16 at 22.11.56.png

How to run

  1. Open the project in VSCode
  2. Press F5 or select "Debug Array (Main + Renderer)" from the debug menu
  3. Set breakpoints in either the main process (Node) or renderer process (Chrome) code
  4. Debug as needed with full access to both processes

Copy link
Member Author

Twixes commented Jan 16, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

@Twixes Twixes marked this pull request as ready for review January 16, 2026 21:14
@Twixes Twixes requested a review from a team as a code owner January 16, 2026 21:14
@charlesvien charlesvien force-pushed the 01-16-chore_dev_add_vs_code_cursor_debugging_setup branch from fd13956 to 2ab737c Compare January 20, 2026 06:43
@charlesvien
Copy link
Contributor

Rebased with Twig package update

@charlesvien charlesvien merged commit 6254975 into main Jan 20, 2026
11 checks passed
@charlesvien charlesvien deleted the 01-16-chore_dev_add_vs_code_cursor_debugging_setup branch January 20, 2026 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants